home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Light ROM 1
/
LIGHT-ROM 1 (Amiga Library Services)(1994).iso
/
ffdisks
/
d994.lha
/
JukeBox
/
block.jb
< prev
next >
Wrap
Text File
|
1994-04-05
|
249b
|
12 lines
/* block trace */
/* (c) copyright 1992,93 by F.J. Reichert */
options results;
say 'tracing block addresses, press [ESC] to end';
do forever;
current block;
say 'current block address='||result;
current break;
if result ~= 0 then leave;
end;